home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / defdisk.lha / DefDisk.doc < prev   
Text File  |  1992-12-09  |  954b  |  28 lines

  1.   
  2.    DEFDISK.C
  3.   
  4.    A program to make a specified disk/directory the default system disk.
  5.    It accomplishes this by resetting the DOS library structures to point
  6.    to the new path.  Put defdisk on your Workbench disk or hard disk somewhere,
  7.    load up your ram: disk or hard disk and:
  8.   
  9.           1> defdisk dh0:
  10.                 or
  11.           1> defdisk dh0:bin
  12.   
  13.    Woila! the standard workbench assignments are now pointed at the hard
  14.    disk (SYS, C, L, S, DEVS, LIBS, FONTS).  The advantage to me in using this
  15.    is that I don't have to load the AmigaDOS assign program 7 times to
  16.    point the system at the hard disk.  I have the following two lines at the
  17.    beginning of my startup-sequence for the Amiga 2090 disk controller:
  18.   
  19.                 binddrivers
  20.                 dh0:system/defdisk dh0:
  21.   
  22.    One final note, be sure that there is a directory for each of the assigns
  23.    on the target disk (C, L, S, DEVS, LIBS, FONTS).
  24.   
  25.    Author: J. K. Levie
  26.  
  27.  
  28.